Serve the application

To serve the application, paste the following into your Python terminal:

  1. 1
  1. python3.11 qabot.py

If you cannot find an open Python terminal or the buttons on the above cell do not work, you can launch a terminal by going to Terminal --> New Terminal. However, if you launch a new terminal, do not forget to source the virtual environment you created at the beginning of your tutorial before running the above line:

  1. 1
  1. source my_env/bin/activate # activate my_env